|
|
|
|
AutoExpandHover Property, SftTree Class |
Defines whether items are automatically expanded when the mouse cursor hovers over the item for an extended period of time.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoExpandHover As Boolean |
C# |
public bool AutoExpandHover { get; set; } |
C++ |
public: property bool AutoExpandHover { |
Property Value
True if items are automatically expanded, otherwise False.
The default value is False.
Comments
The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over the item for an extended period of time.
The MouseHoverInterval property defines how long the mouse cursor hovers over an item before it is expanded.
The AutoExpandArea can be used to define the area where items are automatically expanded.
The AutoExpandDragDrop property defines whether items are automatically expanded when the mouse hovers over an item during a drag & drop operation.